@charset "UTF-8";





@media screen and (max-width: 1800px){
    header > div{
        width: 95%;
    }
    header > div nav{
        margin-left: 400px;
    }

}

@media screen and (max-width: 1650px){
    header > div nav{
        margin-left: 250px;
    }
}

@media screen and (max-width: 1480px){
    header > div nav{
        margin-left: 150px;
    }
}

@media screen and (max-width: 1470px){
    .top-nav > div{
        width: 95%;
    }
}

@media screen and (max-width: 1380px){
    header > div nav{
        margin-left: 50px;
    }
    .top-banner .text h2{
        font-size: 34px;
    }
    .top-banner .text h2 span{
        font-size: 20px;
    }
    .top-banner .text p {
        font-size: 18px;
    }

}

@media screen and (max-width: 1280px){
    header > div nav ul li{
        font-size: 14px;
    }
    header > div nav ul li + li{
        margin-left: 15px;
    }
    .top-nav .right ul li a {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 1120px){
    header > div .right .search input{
        width: 100px;
    }
}



@media screen and (max-width: 768px){
    header{
        position: relative;
        background-color: rgba(0,0,0,.7);
    }
    header .phone{
        position: absolute;
        top: 20px ;
        right: 30px;
        width: 60px;
        height: 50px;
    }
    header .phone p{
        width: 100%;
        height: 10px ;
        margin-bottom: 10px;
        background-color: #0d6fb8; /* Safari 5.1 - 6.0 */
        transition: .6s;
    }
    header .phone p:nth-child(1).on{
        transform-origin:left top;
        transform: rotate(45deg);
    }
    header .phone p:nth-child(3).on{
        transform-origin:left top;
        transform: rotate(-45deg);
    }
    header .phone p:nth-child(2).on{
        opacity: 0;
    }
    header > div nav ul{
        display: none;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        margin-left: 0;
        background-color: white;
        z-index: 9;
    }
    header > div nav ul li{
        float: none !important;
        border-bottom: 1px solid #eee;
        line-height: 40px;
        text-align: center;
    }
    header > div nav ul li:nth-child(1){
        margin-right: 0;
    }
    header > div nav ul li + li{
        margin-left: 0;
    }
    header > div nav ul li i{
        display: none !important;
    }
    header .right{
        margin-right: 100px;
    }
    .top-banner .text {
        top: 25.6%;
        left: 8.3%;
        color: white;
    }
    .top-banner .text h2{
        margin-bottom: 10px;
    }
    .top-nav{
        height: auto;
    }
    .top-nav .right,
    .top-nav .left{
        float: none;
    }
    .top-nav{
        line-height: 50px;
    }
    .top-nav .right ul li a {
        padding: 15px 15px;
    }
}

@media screen and (max-width: 425px){
    header .right{
        margin-right: 70px;
    }
    header > div .right .search {
        margin-left: 5px;
    }
    header .phone{
        right: 15px;
    }
    .top-banner .text h2 {
        font-size: 20px;
    }
    .top-banner .text h2 span {
        font-size: 14px;
    }
    .top-banner .text p {
        font-size: 12px;
    }
    .top-banner .text {
        top: 13.6%;
        left: 4.3%;
    }
    .top-nav,
    .top-nav .left div a{
        font-size: 14px;
    }
}



@media screen and (max-width: 414px){
    header > div .right .lwg{
        position: absolute;
        top: 45px;
        right: 100px;
        line-height: 40px;
    }
    header > div .right .search{
        line-height: 70px;
    }
}

@media screen and (max-width: 350px){
    header > div .right .search input {
        width: 70px;
    }
}






